crypto/tls.ClientSessionState.serverCertificates (field)

6 uses

	crypto/tls (current package)
		common.go#L336: 	serverCertificates []*x509.Certificate   // Certificate chain presented by the server
		handshake_client.go#L291: 		serverCert := session.serverCertificates[0]
		handshake_client.go#L738: 	c.peerCertificates = hs.session.serverCertificates
		handshake_client.go#L817: 		serverCertificates: c.peerCertificates,
		handshake_client_tls13.go#L337: 	c.peerCertificates = hs.session.serverCertificates
		handshake_client_tls13.go#L668: 		serverCertificates: c.peerCertificates,